iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 3
1
自我挑戰組

I Shot You 不小心系列 第 3

React Native connect server

  • 分享至 

  • xImage
  •  

Initial React Native

  $ npx react-native init imapp && cd imapp

Run on ios

  $ npx react-native-run-ios

Install SocketCluster Client

  $ yarn add socketcluster-client

Initial Socket

App.js

import SocketClusterClient from 'socketcluster-client';

let socket = SocketClusterClient.create({
  hostname: 'localhost',
  port: 8000
});

socket.transmit('foo', 123);

Server 可以收到 data

基本上已經可以確認接通了 SocketCluster Server 與 Client

之後就可以準備其他事情

參考資料

socketcluster-Client


上一篇
SocketCluster-Authorization-Part I
下一篇
Redux Part I
系列文
I Shot You 不小心30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言